Skip to content

Add some basic build instructions to run unit tests #170

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 24, 2022

Conversation

sgryphon
Copy link
Contributor

These build instructions were reverse engineered out of the github actions (diving into arduino/cpp-test-action).

I think the dependencies are correct, but my machine already had a bunch of software installed, so I'm not sure (but it is a start).

This is useful for someone who wants to contribute to the repo, to run the host-based tests locally (before submitting).

(Note: I also had to make a minor change in catch.hpp, to set sigStackSize = 32768, as MINSIGSTKSZ was no longer defined (some kind of version incompatibility). I have not checked that change in.)

Copy link
Contributor

@aentinger aentinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @sgryphon ☕ 👋 Thank you very much for your contribution! I added a couple of commits containing minor improvements, but those are largely simplifications.

@aentinger aentinger merged commit e26862e into arduino:master Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants